body {
	background: url('/images/design/work/bg.jpg');
}

.table-clear {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

/* Helpers ---------------------------------------------------------------------------------------------------------- */

.clearfix {
	*zoom: 1;
}

	.clearfix:before,
	.clearfix:after {
		display: table;
		line-height: 0;
		content: "";
	}

	.clearfix:after {
		clear: both;
	}

/* Layout ----------------------------------------------------------------------------------------------------------- */

#wrapper {
	width: 1260px;
}

#overhead {
	width: 1260px;
	height: 32px;
	padding: 0 18px;
	line-height: 32px;
}
	#overhead .external {
		padding-left: 15px;
		background: url('/images/design/icons.png') -3px 4px no-repeat;
		margin-top: 10px;
		margin-right: 25px;
		font-weight: normal;
	}

#header {
	height: 190px;
	vertical-align: top;
	padding-bottom: 2px;
	position: relative;
}
	#header a {
		display: block;
		width: 1290px;
		height: 190px;
		position: absolute;
	}

#menu-horizontal {
	height: 36px;
}

	#menu-horizontal-wrapper {
		width: 1260px;
		margin-bottom: 16px;
		background-color: #19598b;
	}

	#menu-horizontal-date {
		width: 206px;
		height: 36px;

		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: bold;

		color: #fff;
	}

	#menu-horizontal-title {
		background: url('/images/design/work/navigation_square.png') no-repeat 21px center;
		padding-left: 41px;
		width: 710px;
	}
		#menu-horizontal-title h1 {
			font-size: 12px;
			text-transform: uppercase;
			color: white;
		}

	#menu-horizontal-search {
		/*position: relative;*/
		widows: 300px;
		text-align: right;
	}
		#menu-horizontal-search form {
			/*position: absolute;*/
			/*right: 7px;*/
			/*top: 7px;*/

			height: 28px;
			margin: 0 5px 0 0;
			text-align: right;
			line-height: 28px;
		}

			#menu-horizontal-search form .text {
				font-size: 16px;
				width: 290px;
				/*display: block;
				width: 170px;
				height: 16px;
				padding: 5px 5px 5px 25px;
				position: absolute;
				right: 0;

				border: 1 solid #003;*/
			}

			/*#menu-horizontal-search form .submit {
				display: block;
				width: 26px;
				height: 26px;
				position: absolute;
				left: 0;
				top: 1px;
				z-index: 10;

				border: none;
				background:  url(/images/design/icons.gif) no-repeat -3px -148px;*/

#content-wrapper {
	width: 1260px;
}
	#content-left, #content-center, #content-right {
		vertical-align: top;
	}

	#content-left {
		width: 206px;
	}

	.content-left-block {
		width: 206px;
		margin-top: 8px;
	}

	.content-left-block-image {
		background: red;
	}

	#content-center {
		width: 714px;
		padding: 0 20px 20px;
	}
		#content-center h3 {
			margin-bottom: 0.5em;
		}
		#content-center hr {
			margin-bottom: 2em;
			height: 0;
			border: none;
			border-top: 1px solid #999;
		}
		#content-center table th,
		#content-center table td {
			padding: 0.5em;
		}

		#content-center table {
			margin-top: 0.5em;
			margin-bottom: 1em;
		}

		#content-center .content {
			width: 714px;
		}

	#content-right {
		width: 300px;
	}

	.content-right-block {
		width: 300px;
	}

	.content-right-block + .content-right-block {
		margin-top: 8px;
	}

	#menu {
		width: 206px;
	}
		#menu a {
			display: block;
			margin-bottom: 3px;
			padding: 10px 3px 10px 20px;

			text-transform: uppercase;

			background: #dbe5ee;
			border: 1px solid #9db6ca;
			text-decoration: none;
		}

			#menu a .l {
				display: block;
				height: 24px;
				width: 11px;
				margin-left: -11px;
				float: left;
				background: url('/images/design/work/list-menu_blue.gif') no-repeat 0 3px;
			}

			#menu a .r {
				display: block;
				height: 24px;
				width: 11px;
				float: right;
				background: url('/images/design/work/dots.gif') no-repeat 1px 10px;
			}

			#menu a.selected {
				background: red;
				border-color: red;
				color: white;
			}
			#menu a.selected .l {
				background: url('/images/design/work/list-menu.gif') no-repeat 0 3px;
			}
			#menu a.selected .r {
				display: none;
			}

#footer {
	height: 36px;
	background-color: #023a6c;
}

#debug {
	display: none;
}

/* Статьи ----------------------------------------------------------------------------------------------------------- */

.article-news + .article-news {
	margin-top: 1em;
}

/* Новости ---------------------------------------------------------------------------------------------------------- */

.news-list {

}
	.news-list .news + .news {
		margin-top: 1em;
	}

	.news-list .news a {
		font-size: 14px;
	}

	#related_news {
		margin-top: 2em;
	}

		#related_news h2 {
			font-weight: normal;
		}

		#related_news li {
			padding: 20px 0;
			border-bottom: 1px solid #EEE;
			font-size: 12px;
		}

		#related_news .info {
			font-size: 11px;
			font-family: Tahoma;
			color: #666;
			display: block;
			margin-bottom: 5px;
		}

		#related_news .subdivision {
			display: block;
			margin-top: 5px;
			font-size: 11px;
			font-family: Tahoma;
			color: #555;
		}

	#news-additional {
		margin-top: 1em;
	}

	.news-title {
		margin-bottom: 1em;
		font-size: medium;
		font-weight: bold;
		color: #970000;
	}

	.rss {
		padding-right: 20px;
	}

/* Календарь -------------------------------------------------------------------------------------------------------- */

.calendar { position: relative; font-size: 14px; margin: 0 0 1em 0; width: 258px; border: 1px solid #DDD;}
.calendar h2 { font-size: 18px; margin-top: 0; margin-bottom: 10px; color: #4d4d4b; }
.calendar .navig { overflow: hidden; height: 30px; text-align: center; background: white; }
.calendar .prev, .calendar .next { position: absolute; top: 5px; width: 12px; height: 21px; background-position: 50% 0; background-repeat: no-repeat; }
.calendar .prev:hover, .calendar .next:hover { background-position: 50% 50%; }
.calendar .prev.inactive, .calendar .next.inactive { background-position: 50% 100%; }
.calendar .prev { left: 10px; background-image: url('/images/arrow-left.png'); }
.calendar .next { right: 10px; background-image: url('/images/arrow-right.png'); }
.calendar ul { display: block; width: 258px; height: 26px; padding: 0; list-style: none; text-align: center; background: #f6f6f6; }
.calendar li { float: left; width: 36px; height: 26px; border-left: 1px; }
.calendar li + li { border-left: 1px solid #fff; }
.calendar li.empty + li { border-color: #fff; }
.calendar li + li.empty { border-color: #fff; }
.calendar li.empty + li.empty { border-color: #f6f6f6; }
.calendar li a, .calendar li span { display: block; height: 26px; line-height: 26px; text-align: center; color: #868686; background: #eee; }
.calendar li a:hover { color: #d43f00; }
.calendar li span { color: #868686; background: #f6f6f6; }
.calendar .event a { color: #17559e; }
.calendar .now a, .calendar .now span { color: #fff; background: #17559e; }
.calendar .weekend a { color: #d43f00; }
.calendar .weekend span { color: #d43f00; }
.calendar .week span { background: #23578c; font-size: 12px; color: #fff; }

#mtrig, #ytrig { display: inline-block; margin: 5px 10px 0; }
#mdiv, #ydiv { position: absolute; overflow: hidden; top: 40px; height: auto; padding: 5px 10px; border-top: 1px solid #3274ab; background: #134166; z-index: 10000000; border-radius: 4px; -o-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: #353535 0 0 4px; -o-box-shadow: #353535 0 0 4px; -moz-box-shadow: #353535 0 0 4px; -webkit-box-shadow: #353535 0 0 4px; behavior: url(pie.htc); }
#mdiv { display: none; left: 10px; width: 130px; }
#ydiv { display: none; right: 10px; width: 40px;}
#mdiv li, #ydiv li { display: block; font-size: 11px; color: #fff; border: 0; text-align: center; width: 100%; height: auto; margin: 1px; height: 20px; line-height: 20px; }
#mdiv li { float: left; width: 60px; }
#mdiv li a { display: block; height: 20px; line-height: 20px; }
#ydiv li a { display: block; height: 20px; line-height: 20px; }
#mdiv li span { display: block; height: 20px; line-height: 20px; }
#ydiv li span { display: block; height: 20px; line-height: 20px; }
#mdiv li+ li, #ydiv li + li { margin-top: 2px; }
#mdiv li:hover, #ydiv li:hover { color: #133e63; background: #fff; cursor: pointer; }

/* Субъекты --------------------------------------------------------------------------------------------------------- */
.subjects_popup {
	display: none;
	position: absolute;
	left: 414px;
	top: 1px;
	z-index: 2000;

	width: 422px;
	min-height: 100px;
	padding: 8px 15px 15px 15px;
	line-height: 1em;

	opacity: 1;

	background: white;
	border: 1px #205591 solid;
	border-radius: 5px;
	text-align: left;
}

#overhead .down_arrow {
	display: inline-block;
	width: 9px;
	height: 10px;
	background: url('/images/design/icons.png') -5px -10px no-repeat;
	margin-right: 5px;
}

#overhead .subjects {
	border-bottom: 1px dotted #555;
	color: #555;
	cursor: pointer;
}

.subjects_popup .close {
	background: url('/images/design/icons.png') -5px -177px no-repeat;
	cursor: pointer;
	height: 10px;
	right: 7px;
	position: absolute;
	top: 7px;
	width: 10px;
	z-index: 11;
}

#alpha {
	margin-top: 15px;
	line-height: 32px;
}

	#alpha li {
		border-bottom: 1px #2869A4 dotted;
		color: #2869A4;
		cursor: pointer;
		font-family: Arial;
		font-size: 12px;
		display: inline;
		margin: 0 4px 0 4px;
		text-align: center;
	}

	#alpha li.current {
		background: #2869A4;
		border: none;
		color: white;
		padding: 3px 6px 3px 6px;
		margin: 0 0 0 0;
		-webkit-border-radius: 4px;
		-mox-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
	}
		#alpha li.current a {
			color: #ffffff;
		}

	#alpha a {
		text-decoration: none;
		font-weight: normal;
	}

#cuttent-links {
	margin-top: 10px;
	line-height: 1.7em;
}
	#cuttent-links a {
		font-weight: normal;
	}

/* Руководство ------------------------------------------------------------------------------------------------------ */

#lead {

}
	#lead li + li {
		margin-top: 3em;
	}

	#lead .image {
		width: 200px;
		display: block;
		margin-right: 1em;
		float: left;
		text-align: center;
	}

/* Поиск ------------------------------------------------------------------------------------------------------------ */

#search-page input {
	font-size: 16px;
	width: 500px;
}

#search-page button {
	font-size: 15px;
	padding: 0 0.4em;
}

#search-page form span {
	margin-top: 0.5em;
	display: block;
}

/* Нормативная база ------------------------------------------------------------------------------------------------- */

#norm_base {

}
	#norm_base td {
		padding: 0 0 20px 40px !important;
	}
	#norm_base img {
		float: left;
		margin-left: -40px;
	}


.actions {
	margin-top: 1em;
}

	.actions .print {
		float: right;
		font: 86%/17px Verdana,Arial,sans-serif;
		display: -moz-inline-box;
		display: inline-block;
		position: relative;
		height: 19px;
		margin: 4px 3px 0 8px;
		padding: 0 4px;
		cursor: default;
		white-space: nowrap;
		text-decoration: none!important;
		color: black!important;
		border: none;
		outline: none;
		background: url(//yandex.st/share/static/b-share-form-button.png) 0 -20px repeat-x;
	}
		.actions .print .l,
		.actions .print .r {
			position: absolute;
			top: 0px;
			width: 3px;
			height: 19px;
			background: url(//yandex.st/share/static/b-share-form-button.png);
		}

		.actions .print .l {
			left: 0;
			margin-left: -3px;
		}

		.actions .print .r {
			right: 0;
			margin-right: -3px;
			background-position: -3px 0;
		}

		.actions .print:hover     { background-position:  0   -60px; }
		.actions .print:hover .l  { background-position:  0   -40px; }
		.actions .print:hover .r  { background-position: -3px -40px; }

		.actions .print:active    { background-position:  0   -100px; }
		.actions .print:active .l { background-position:  0   -80px; }
		.actions .print:active .r { background-position: -3px -80px; }

#poll {
	margin-top: 1em;
	padding-bottom: 1em;
}
	#poll .title {
		color: red;
		font-size: 16px;
		font-weight: bold;
	}

	#poll .question {
		font-weight: bold;
		margin-top: 1em;
		margin-bottom: 1em;
	}

	#poll label {
		display: block;
		padding-left: 20px;
		margin-bottom: 0.5em;
	}

	#poll label input {
		margin-left: -20px;
	}

	#poll span {
		margin-top: 1em;
		border-bottom: 1px dashed #16588C;
		color: #16588C;
		font-weight: bold;
		cursor: pointer;
	}

.news-block a,
.news a { font-size: 14px; }
.gallery a {
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	border-radius: 4px 4px;
	-moz-box-shadow: 0px 0px 8px #AAA;
	-webkit-box-shadow: 0px 0px 8px #AAA;
	box-shadow: 0px 0px 8px #AAA;
	-webkit-transition: -webkit-box-shadow 0.1s ease-out;
	-moz-transition: -webkit-box-shadow 0.1s ease-out;
	-o-transition: -webkit-box-shadow 0.1s ease-out;
	transition: -webkit-box-shadow 0.1s ease-out;
	background: white;
	padding: 3px 3px 1px 3px;
	margin: 8px 16px 8px 0;
}
.gallery a:hover {
	-moz-box-shadow: 0px 0px 8px #222;
	-webkit-box-shadow: 0px 0px 8px #222;
	box-shadow: 0px 0px 8px #222;
}
.gallery a img {
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	border-radius: 4px 4px;
	border: none;
}
.gallery {
	margin: 10px 0;
}
#content-right select[name="region"] {
	width: 300px;
}
#content-center select[name="region"] {
	width: 699px;
	margin-bottom: 10px;
}
#content-center .news-region {
	margin-bottom: 10px;
}
.news-info {
	margin-bottom: 10px;
	font-size: 14px;
}
.news-block {
	margin: 10px 0 50px;
}
.more.pressable {
	font-size: 12px;
}
.image-box {
	float: left;
	margin-right: 15px;
}
.image-box img {
	width: 150px;
}
.video {
	display: none;
}
.show {
	font-size: 12px;
}
#news_text p span a {
	font-weight: normal;
}
.counter a {
    text-decoration: none;
}
#content-center .content ul li {
    list-style: disc;
    margin-left: 20px;
}
#content-center .content ul.list li {
    list-style: none;
    margin-left: 0;
}
#content-center .content ul#lead li {
    list-style: none;
}
h4.name a {
    color: #970000;
    text-transform: uppercase;
    text-decoration: none;
}
h4.name a:hover {
    text-decoration: underline;
}
#content-center .content #calendar ul li {
    list-style: none;
    margin-left: 0;    
}
#content-center .content .rotator ul li {
    list-style: none;
    margin-left: 0;     
}